Blazor コントロール
CanMoveRange メソッド (ISupportRangeEditing<T>)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > ISupportRangeEditing<T> インターフェース : CanMoveRange メソッド
The original index.
The number of items to be moved.
The destination index.
Determines whether the item at fromIndex can be moved to toIndex.
シンタックス
'宣言
 
Function CanMoveRange( _
   ByVal fromIndex As System.Integer, _
   ByVal count As System.Integer, _
   ByVal toIndex As System.Integer _
) As System.Boolean
System.bool CanMoveRange( 
   System.int fromIndex,
   System.int count,
   System.int toIndex
)

パラメータ

fromIndex
The original index.
count
The number of items to be moved.
toIndex
The destination index.
参照

ISupportRangeEditing<T> インターフェース
ISupportRangeEditing<T> メンバ